Change FALSE to TRUE in documentation for gdk_atom_intern, to document the
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 00:13:48 +0000 (00:13 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 00:13:48 +0000 (00:13 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gdk/tmpl/properties.sgml: Change FALSE to TRUE in
documentation for gdk_atom_intern, to document the
correct behavior. This fixes #58798.

docs/reference/ChangeLog
docs/reference/gdk/tmpl/properties.sgml

index c1d102cab01b21b71057a8cd479189637d6eb04b..6fbe73ee0b452d5d1678d0c0bda0e3e14ca7a033 100644 (file)
@@ -1,3 +1,12 @@
+2001-10-27  Anders Carlsson  <andersca@gnu.org>
+
+       * gdk/tmpl/properties.sgml: Change FALSE to TRUE in 
+       documentation for gdk_atom_intern, to document the
+       correct behavior. This fixes #58798.
+
+       * gtk/gtk-sections.txt: Update GtkStyle since it's now a
+       GObject and not a struct. This fixes #55807. 
+
 Thu Oct 18 16:40:00 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.
index 370175cf6ba2f4dcfcfe5c79ba4b0acfc6a324b4..1374038e0ba7961bc9a98be7eabee133e193ad5d 100644 (file)
@@ -148,7 +148,7 @@ Find or create an atom corresponding to a given string.
 @only_if_exists: if %TRUE, do not create a new atom, but
                  just return the atom if it already exists.
 @Returns: the atom corresponding to @atom_name, or, if
-          @only_if_exists is false, and an atom does not
+          @only_if_exists is TRUE, and an atom does not
           already exists for the string, %GDK_NONE.